provideRetrofit

@Singleton()
@Provides()
final Retrofit provideRetrofit(Lazy<OkHttpClient> okHttpClient)

This method provides the Retrofit instance for the passing Lazy of OkHttpClient type.